home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
children
/
mathm103.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-12-25
|
2KB
|
39 lines
echo off
cls
echo .
echo .
echo ******************************************************************************
echo * *
echo * This .BAT file will install Math Maniac to your C: hard disk. *
echo * If you wish to install to another hard disk letter, simply *
echo * make a directory called \MANIAC and copy all of the files on *
echo * this diskette to it. *
echo * *
echo * To continue with the installation to drive C:, press ANY key. *
echo * To ABORT, please press CTRL-BREAK now... *
echo * *
echo ******************************************************************************
echo .
echo .
pause>nul
md c:\MANIAC
cd c:\MANIAC
copy *.* c:\MANIAC
c:
cls
echo .
echo .
echo ******************************************************************************
echo * *
echo * All the necessary files have been successfully copied to your C: *
echo * drive. Pressing ANY key now will execute the program. To abort *
echo * execution of the program now, please press CTRL-BREAK... *
echo * *
echo ******************************************************************************
echo .
echo .
pause>nul
mm